C1.Web.Mvc Namespace / ExtraMapLayer<T> Class
Members

ExtraMapLayer<T> Class
Represents a layer in the map.
Object Model
ExtraMapLayer<T> ClassColorScale ClassSVGStyle Class
Syntax
'Declaration
 
Public MustInherit Class ExtraMapLayer(Of T) 
   Inherits MapLayerBase(Of T)
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.MapLayerBase<T>
      C1.Web.Mvc.ExtraMapLayer<T>
         C1.Web.Mvc.GeoGridLayer<T>
         C1.Web.Mvc.GeoMapLayer<T>
         C1.Web.Mvc.ScatterMapLayer<T>

See Also